﻿2026-06-22T00:49:05.0655503Z ##[group]Run actions/checkout@v5
2026-06-22T00:49:05.0656061Z with:
2026-06-22T00:49:05.0656384Z   repository: SaberMage/spt-core
2026-06-22T00:49:05.0659556Z   token: ***
2026-06-22T00:49:05.0659892Z   ssh-strict: true
2026-06-22T00:49:05.0660248Z   ssh-user: git
2026-06-22T00:49:05.0660579Z   persist-credentials: true
2026-06-22T00:49:05.0660941Z   clean: true
2026-06-22T00:49:05.0661264Z   sparse-checkout-cone-mode: true
2026-06-22T00:49:05.0661671Z   fetch-depth: 1
2026-06-22T00:49:05.0661987Z   fetch-tags: false
2026-06-22T00:49:05.0662302Z   show-progress: true
2026-06-22T00:49:05.0662636Z   lfs: false
2026-06-22T00:49:05.0662942Z   submodules: false
2026-06-22T00:49:05.0663271Z   set-safe-directory: true
2026-06-22T00:49:05.0663632Z env:
2026-06-22T00:49:05.0663940Z   SPT_REGISTRY_BUSY_TIMEOUT_MS: 30000
2026-06-22T00:49:05.0664331Z ##[endgroup]
2026-06-22T00:49:05.2639584Z Syncing repository: SaberMage/spt-core
2026-06-22T00:49:05.2640866Z ##[group]Getting Git version info
2026-06-22T00:49:05.2641500Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-22T00:49:05.2907038Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-22T00:49:05.3116724Z git version 2.43.0.windows.1
2026-06-22T00:49:05.3142037Z ##[endgroup]
2026-06-22T00:49:05.3149505Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\7cba39a7-9920-4ed8-81cf-ff1308791fa0\.gitconfig'
2026-06-22T00:49:05.3162385Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\7cba39a7-9920-4ed8-81cf-ff1308791fa0' before making global git config changes
2026-06-22T00:49:05.3163421Z Adding repository directory to the temporary git global config as a safe directory
2026-06-22T00:49:05.3167038Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-22T00:49:05.3393014Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-22T00:49:05.3586601Z https://github.com/SaberMage/spt-core
2026-06-22T00:49:05.3615037Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-22T00:49:05.3619234Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-22T00:49:05.3816615Z HEAD
2026-06-22T00:49:05.4059393Z ##[endgroup]
2026-06-22T00:49:05.4062886Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-22T00:49:05.7739424Z ##[group]Cleaning the repository
2026-06-22T00:49:05.7743795Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-22T00:49:09.2973002Z Removing target/
2026-06-22T00:49:09.3009439Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-22T00:49:09.3460904Z HEAD is now at 2d91d4d Merge d45d771fcc1b3bb19e2ceb96131f97f30c8f2782 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T00:49:09.3486767Z ##[endgroup]
2026-06-22T00:49:09.3490813Z ##[group]Disabling automatic garbage collection
2026-06-22T00:49:09.3495575Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-22T00:49:09.3717965Z ##[endgroup]
2026-06-22T00:49:09.3718352Z ##[group]Setting up auth
2026-06-22T00:49:09.3725080Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-22T00:49:09.3944127Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-22T00:49:09.7626477Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-22T00:49:09.7848446Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-22T00:49:10.1689709Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-22T00:49:10.1906848Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-22T00:49:10.5624745Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-22T00:49:10.5871271Z ##[endgroup]
2026-06-22T00:49:10.5871727Z ##[group]Fetching the repository
2026-06-22T00:49:10.5877594Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2d91d4d1d5b41d31a774d2e6f8e817593281deac:refs/remotes/pull/27/merge
2026-06-22T00:49:11.2012043Z ##[endgroup]
2026-06-22T00:49:11.2012602Z ##[group]Determining the checkout info
2026-06-22T00:49:11.2013020Z ##[endgroup]
2026-06-22T00:49:11.2018705Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-22T00:49:11.2319384Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-22T00:49:11.2547164Z ##[group]Checking out the ref
2026-06-22T00:49:11.2551704Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/27/merge
2026-06-22T00:49:11.2927865Z HEAD is now at 2d91d4d Merge d45d771fcc1b3bb19e2ceb96131f97f30c8f2782 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T00:49:11.2954291Z ##[endgroup]
2026-06-22T00:49:11.3200913Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-22T00:49:11.3405482Z 2d91d4d1d5b41d31a774d2e6f8e817593281deac
